home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stut_src / sercompu.h < prev    next >
Text File  |  1996-06-05  |  834b  |  21 lines

  1. /*
  2.  * Sercom_Public.h
  3.  */
  4.  
  5. BOOL    extract_number(                    /* Out: TRUE si OK */
  6.             const char * cpsz,            /* In:  chaine de caractŠres */
  7.             long          * pl_number );    /* Out: nombre trouv‚ */
  8.  
  9. BOOL    serv_handleKeyword(                            /* Out: FALSE0 si pas de mot clef … traiter */
  10.             VOIE    *    pVoie_curr,                    /* In: Voie concern‚e */
  11.             char        c_KeywordIdentifier );    /* In: car obligatoire en d‚but de champ pour indiquer que c'est un mot clef ou bien '\0' */
  12.  
  13. void    keyaction_std( KEYCODE curr_keypress, VOIE *pVoie_curr );
  14.  
  15. void    follow_KeyArboLink(
  16.             VOIE *    pVoie_curr,            /* In: Voie en cours de traitement */
  17.             KEYCODE    curr_keypress );    /* In: Code touche … suivre */
  18. BOOL    follow_ArboLink(                    /* In: TRUE_1 si OK */
  19.                 VOIE *    pVoie_curr,        /* In: Voie en cours de traitement */
  20.                 int        n_FnctLink );    /* In: Fonction lien demand‚e */
  21.